RareIntegerData

data class RareIntegerData(index: List<Int>, value: List<Int>)

Constructors

RareIntegerData
Link copied to clipboard
fun RareIntegerData(index: List<Int>, value: List<Int>)

Properties

index
Link copied to clipboard
val index: List<Int>
value
Link copied to clipboard
val value: List<Int>

Sources

jvm source
Link copied to clipboard